Automations

UI Automation Commands

  • Version: 1.3.1
  • Official Verified

OpenBots Command group containing UI automation commands (Image, Input, Process, WebBroswer, Window).

OpenBots.Commands.UIAutomation \ Send Mouse Move Command

Command: Send Mouse Move Command

This command simulates a mouse movement to a specified position.

Parameters

X Position

Input the new horizontal coordinate of the mouse. Starts from 0 on the left and increases going right.

Required

Y Position

Input the new vertical coordinate of the mouse. Starts from 0 at the top and increases going down.

Required

Click Type (Optional)

Indicate the type of click required.

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.

Logo